SPREAD for WPF 3.0J - GcSpreadSheet
GetValue(IEvaluationContext,Int32,Int32,Int32,Int32,CellValue[]) メソッド

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IReferenceSource インターフェース > GetValue メソッド : GetValue(IEvaluationContext,Int32,Int32,Int32,Int32,CellValue[]) メソッド
評価コンテキストを示すEvaluationContextオブジェクト。
2次元行列の一番上の行インデックスを示す整数値。
2次元行列の左端の列インデックスを示す整数値。
2次元行列の一番下の行インデックスを示す整数値。
2次元行列の右端の列インデックスを示す整数値。
指定した範囲にある値を表すCellValue配列。
2次元行列の指定した範囲にある値を取得します。
シンタックス
'宣言
 
Overloads Sub GetValue( _
   ByVal context As IEvaluationContext, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer, _
   ByVal result() As CellValue _
) 
void GetValue( 
   IEvaluationContext context,
   System.int row,
   System.int column,
   System.int row2,
   System.int column2,
   CellValue[] result
)

パラメータ

context
評価コンテキストを示すEvaluationContextオブジェクト。
row
2次元行列の一番上の行インデックスを示す整数値。
column
2次元行列の左端の列インデックスを示す整数値。
row2
2次元行列の一番下の行インデックスを示す整数値。
column2
2次元行列の右端の列インデックスを示す整数値。
result
指定した範囲にある値を表すCellValue配列。
参照

IReferenceSource インターフェース
IReferenceSource メンバ
オーバーロード一覧